3.10.55 \(\int \frac {(a+b x)^5}{(a c+b c x)^6} \, dx\)

Optimal. Leaf size=13 \[ \frac {\log (a+b x)}{b c^6} \]

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 13, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.111, Rules used = {21, 31} \begin {gather*} \frac {\log (a+b x)}{b c^6} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*x)^5/(a*c + b*c*x)^6,x]

[Out]

Log[a + b*x]/(b*c^6)

Rule 21

Int[(u_.)*((a_) + (b_.)*(v_))^(m_.)*((c_) + (d_.)*(v_))^(n_.), x_Symbol] :> Dist[(b/d)^m, Int[u*(c + d*v)^(m +
 n), x], x] /; FreeQ[{a, b, c, d, n}, x] && EqQ[b*c - a*d, 0] && IntegerQ[m] && ( !IntegerQ[n] || SimplerQ[c +
 d*x, a + b*x])

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rubi steps

\begin {align*} \int \frac {(a+b x)^5}{(a c+b c x)^6} \, dx &=\frac {\int \frac {1}{a+b x} \, dx}{c^6}\\ &=\frac {\log (a+b x)}{b c^6}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 13, normalized size = 1.00 \begin {gather*} \frac {\log (a+b x)}{b c^6} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + b*x)^5/(a*c + b*c*x)^6,x]

[Out]

Log[a + b*x]/(b*c^6)

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {(a+b x)^5}{(a c+b c x)^6} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[(a + b*x)^5/(a*c + b*c*x)^6,x]

[Out]

IntegrateAlgebraic[(a + b*x)^5/(a*c + b*c*x)^6, x]

________________________________________________________________________________________

fricas [A]  time = 1.33, size = 13, normalized size = 1.00 \begin {gather*} \frac {\log \left (b x + a\right )}{b c^{6}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^5/(b*c*x+a*c)^6,x, algorithm="fricas")

[Out]

log(b*x + a)/(b*c^6)

________________________________________________________________________________________

giac [A]  time = 0.95, size = 14, normalized size = 1.08 \begin {gather*} \frac {\log \left ({\left | b x + a \right |}\right )}{b c^{6}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^5/(b*c*x+a*c)^6,x, algorithm="giac")

[Out]

log(abs(b*x + a))/(b*c^6)

________________________________________________________________________________________

maple [A]  time = 0.00, size = 14, normalized size = 1.08 \begin {gather*} \frac {\ln \left (b x +a \right )}{b \,c^{6}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x+a)^5/(b*c*x+a*c)^6,x)

[Out]

ln(b*x+a)/b/c^6

________________________________________________________________________________________

maxima [A]  time = 1.31, size = 13, normalized size = 1.00 \begin {gather*} \frac {\log \left (b x + a\right )}{b c^{6}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^5/(b*c*x+a*c)^6,x, algorithm="maxima")

[Out]

log(b*x + a)/(b*c^6)

________________________________________________________________________________________

mupad [B]  time = 0.04, size = 13, normalized size = 1.00 \begin {gather*} \frac {\ln \left (a+b\,x\right )}{b\,c^6} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*x)^5/(a*c + b*c*x)^6,x)

[Out]

log(a + b*x)/(b*c^6)

________________________________________________________________________________________

sympy [A]  time = 0.12, size = 17, normalized size = 1.31 \begin {gather*} \frac {\log {\left (a c^{6} + b c^{6} x \right )}}{b c^{6}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)**5/(b*c*x+a*c)**6,x)

[Out]

log(a*c**6 + b*c**6*x)/(b*c**6)

________________________________________________________________________________________